X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/95cd2b3a5599955317d1f80d515c0d5d5c568c7d..3e740e95c0f5988019092303d650cce4bae290f0:/src/uobject/Makefile.inc diff --git a/src/uobject/Makefile.inc b/src/uobject/Makefile.inc index 7c42e97..1a436bd 100644 --- a/src/uobject/Makefile.inc +++ b/src/uobject/Makefile.inc @@ -1,19 +1,20 @@ -# 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 uobjectdir = $(includedir)/uobject uobject_HEADERS = uobject/uobject.h uobject/exportable.h uobject/loadable.h \ - uobject/module.h uobject/package.h + uobject/module.h uobject/package.h uobject/vfs.h noinst_HEADERS += uobject/avl.h libuobject_la_SOURCES = uobject/uobject.c uobject/module.c uobject/avl.c \ - uobject/package.c uobject/loadable.c uobject/exportable.c + uobject/package.c uobject/loadable.c uobject/exportable.c \ + uobject/vfs.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) +libuobject_la_LIBADD = $(LIBLTDL) $(GLIB_LIBS) -lgnu