diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3390784..fe155f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = appres -appres_CFLAGS = $(DEP_CFLAGS) -appres_LDADD = $(DEP_LIBS) +appres_CFLAGS = $(APPRES_CFLAGS) +appres_LDADD = $(APPRES_LIBS) appres_SOURCES = \ appres.c |