]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/Makefile.inc
build: Integrate Gnulib non-recursively using fix-gnulib.
[upkg.git] / src / uobject / Makefile.inc
index a88f06559aba434b38ed3a8e8cb5bc713faeedd5..f3e4cbdedc4213632c9d54cf7bbbee090e99514a 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright (C) 2009 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 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.
 
 lib_LTLIBRARIES += libuobject.la
 
@@ -17,4 +17,4 @@ libuobject_la_SOURCES  = uobject/uobject.c uobject/module.c uobject/avl.c \
 libuobject_la_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) $(LTDLINCL) \
        -DPKGLIBDIR=\"$(pkglibdir)\" -DPKGDATADIR=\"$(pkgdatadir)\"
 libuobject_la_LDFLAGS  = $(AM_LDFLAGS) -export-symbols-regex '^u_'
-libuobject_la_LIBADD   = $(LIBLTDL) $(GLIB_LIBS) -lgnu
+libuobject_la_LIBADD   = $(LIBLTDL) $(GLIB_LIBS) $(top_builddir)/libgnu.la