]> git.draconx.ca Git - upkg.git/blob - src/uobject/Makefile.inc
uobject: Add missing header to Makefile.am.
[upkg.git] / src / uobject / Makefile.inc
1 # Copyright (C) 2009 Nick Bowler
2 # Copying and distribution of this file, with or without modification,
3 # are permitted in any medium without royalty provided the copyright
4 # notice and this notice are preserved.  This file is offered as-is,
5 # without any warranty.
6
7 lib_LTLIBRARIES += libuobject.la
8
9 uobjectdir = $(includedir)/uobject
10 uobject_HEADERS = uobject/uobject.h uobject/exportable.h uobject/loadable.h \
11         uobject/module.h uobject/package.h uobject/vfs.h
12 noinst_HEADERS += uobject/avl.h
13
14 libuobject_la_SOURCES  = uobject/uobject.c uobject/module.c uobject/avl.c \
15         uobject/package.c uobject/loadable.c uobject/exportable.c \
16         uobject/vfs.c
17 libuobject_la_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) $(LTDLINCL) \
18         -DPKGLIBDIR=\"$(pkglibdir)\" -DPKGDATADIR=\"$(pkgdatadir)\"
19 libuobject_la_LDFLAGS  = $(AM_LDFLAGS) -export-symbols-regex '^u_'
20 libuobject_la_LIBADD   = $(LIBLTDL) $(GLIB_LIBS) -lgnu