diff options
| author | Keith Packard <keithp@keithp.com> | 2009-06-04 11:13:15 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-06-04 11:13:15 -0700 |
| commit | 17d2432a8b9c15963cd3b821f025ad33972ef477 (patch) | |
| tree | 8c679a78a162377e969d71c126ceeae2e55d1a10 /aoview | |
| parent | 210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 (diff) | |
| parent | 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86 (diff) | |
Merge ccdbg and altos sources into one giant repository
Keeping these separate isn't making things any easier.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview')
| -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 \ |
