diff options
Diffstat (limited to 'aoview/Makefile.am')
| -rw-r--r-- | aoview/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aoview/Makefile.am b/aoview/Makefile.am index 9f67ac40..be3fbacf 100644 --- a/aoview/Makefile.am +++ b/aoview/Makefile.am @@ -1,9 +1,9 @@ VERSION=$(shell git describe) -AM_CFLAGS=$(AOVIEW_CFLAGS) -I$(top_srcdir)/src -DAOVIEW_VERSION=\"$(VERSION)\" +AM_CFLAGS=$(GNOME_CFLAGS) -I$(top_srcdir)/src -DAOVIEW_VERSION=\"$(VERSION)\" bin_PROGRAMS=aoview -aoview_LDADD=$(AOVIEW_LIBS) +aoview_LDADD=$(GNOME_LIBS) aoview_SOURCES = \ aoview_main.c \ |
