diff options
author | Julien Cristau <jcristau@debian.org> | 2008-04-20 18:59:46 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-04-20 18:59:46 +0200 |
commit | 600b0945d6b6718fb670b8f0ded2a6d3995ef596 (patch) | |
tree | 8042b10c237dba138cdb8609e7c961c21dfe18f5 /Makefile.am | |
parent | 2995e47455e19d8dad7541ac27818c074c0ed8c8 (diff) |
Use AM_CFLAGS instead of viewres_CFLAGS and remove AM_PROG_CC_C_O
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index be30912..755791a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = viewres -viewres_CFLAGS = $(VIEWRES_CFLAGS) +AM_CFLAGS = $(VIEWRES_CFLAGS) viewres_LDADD = $(VIEWRES_LIBS) viewres_SOURCES = \ |