]> git.draconx.ca Git - upkg.git/blobdiff - src/Makefile.am
build: Integrate Gnulib non-recursively using fix-gnulib.
[upkg.git] / src / Makefile.am
index 8d37ea89a91d25c50a4785e2ad558a6f6f2122c4..5a0b6826769b33fb7e45e0241918b0bae3e6d507 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright (C) 2009-2011 Nick Bowler
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.  This file is offered as-is,
-# without any warranty.
+# Copyright © 2009-2011 Nick Bowler
+#
+# License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+# This is free software: you are free to do what the fuck you want to.
+# There is NO WARRANTY, to the extent permitted by law.
 
 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
 AM_LDFLAGS  = -L$(top_builddir)/lib
@@ -29,7 +29,7 @@ bin_PROGRAMS  = upkg
 upkg_SOURCES  = upkg.c
 upkg_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS)
 upkg_LDFLAGS  = $(AM_LDFLAGS) -export-dynamic
-upkg_LDADD    = libuobject.la libupkg.la $(GLIB_LIBS) -lgnu
+upkg_LDADD    = libuobject.la libupkg.la $(GLIB_LIBS) $(top_builddir)/libgnu.la
 
 GOB_V   = $(GOB_V_$(V))
 GOB_V_  = $(GOB_V_$(AM_DEFAULT_VERBOSITY))