Skip to content

Commit

Permalink
Use $(PACKAGE) instead of hard-coding its value
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Mar 12, 2016
1 parent ebad47c commit 9371238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/vars.build.mk
Expand Up @@ -2,11 +2,11 @@ if MINGW
LOCAL_AM_CFLAGS = \
-DLOCALEDIR=\""share/locale"\" \
-DPREFIX=\"\" \
-DDOCDIR=\""share/doc/geany-plugins"\" \
-DDOCDIR=\""share/doc/$(PACKAGE)"\" \
-DGEANYPLUGINS_DATADIR=\""share"\" \
-DPKGDATADIR=\""share/geany-plugins"\" \
-DPKGDATADIR=\""share/$(PACKAGE)"\" \
-DLIBDIR=\""lib"\" \
-DPKGLIBDIR=\""lib/geany-plugins"\"
-DPKGLIBDIR=\""lib/$(PACKAGE)"\"
else
LOCAL_AM_CFLAGS = \
-DLOCALEDIR=\""$(LOCALEDIR)"\" \
Expand Down

0 comments on commit 9371238

Please sign in to comment.