commit f5e30d1785b803841990a8b6d66e0097f4aaa6e3
Author: phantomjinx <[email protected]>
Date: Sat Aug 28 20:43:34 2010 +0100
Move LIBOBJS from app to library
libgtkpod/Makefile.am | 3 ++-
src/Makefile.am | 6 +-----
2 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/libgtkpod/Makefile.am b/libgtkpod/Makefile.am
index e518105..345b7c7 100644
--- a/libgtkpod/Makefile.am
+++ b/libgtkpod/Makefile.am
@@ -52,7 +52,8 @@ AM_CFLAGS = \
libgtkpod_la_LDFLAGS = $(LIBGTKPOD_LDFLAGS) -version-info
$(LIBGTKPOD_SO_VERSION) -no-undefined
libgtkpod_la_LIBADD = \
- $(LIBGTKPOD_LIBS)
+ $(LIBGTKPOD_LIBS) \
+ @LIBOBJS@
libgtkpodincludebase = $(includedir)/gtkpod-1.0
libgtkpodincludedir = $(libgtkpodincludebase)/gtkpod
diff --git a/src/Makefile.am b/src/Makefile.am
index 15eea82..56f25a8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,8 +34,4 @@ gtkpod_SOURCES = \
gtkpod.c gtkpod.h \
main.c
-gtkpod_LDADD = $(GTKPOD_LIBS) $(INTLLIBS) -ldl @LIBOBJS@
-
-EXTRA_DIST = getopt.h
-
-CLEANFILES = date_parser.c date_parser2.c
+gtkpod_LDADD = $(GTKPOD_LIBS) $(INTLLIBS) -ldl
\ No newline at end of file
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2