X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/2e4fb6a2ae0e150b59cdec2113dd39af643d32ea..dfa9938398a0e862430cc1e7f708962da1e67d8f:/src/uobject/Makefile.inc?ds=sidebyside diff --git a/src/uobject/Makefile.inc b/src/uobject/Makefile.inc deleted file mode 100644 index f3e4cbd..0000000 --- a/src/uobject/Makefile.inc +++ /dev/null @@ -1,20 +0,0 @@ -# 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/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/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) $(top_builddir)/libgnu.la