diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-09-02 05:33:04 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-09-02 05:33:04 +0000 |
commit | 679223c20cf46a698f35cd6ea468efd8292336f0 (patch) | |
tree | 06f85ac235d4242306b17264b22fb333d2bd2226 /GNUmakefile | |
parent | 59f50395d29d7809a31716b1bdefea8005a790ae (diff) | |
download | netpbm-mirror-679223c20cf46a698f35cd6ea468efd8292336f0.tar.gz netpbm-mirror-679223c20cf46a698f35cd6ea468efd8292336f0.tar.xz netpbm-mirror-679223c20cf46a698f35cd6ea468efd8292336f0.zip |
Provide means of setting default search path for rgb.txt via config.mk
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2265 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 80d4b5b0..4be3c7c8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -171,6 +171,7 @@ ifeq ($(DONT_HAVE_PROCESS_MGMT),Y) else echo "#define HAVE_FORK 1" >>$@ endif + echo '#define RGB_DB_PATH "$(RGB_DB_PATH)"' >>$@ echo '/* pm_config.h.in FOLLOWS ... */' >>$@ cat $(SRCDIR)/pm_config.in.h >>$@ $(ENDIANGEN) >>$@ |