]> git.draconx.ca Git - upkg.git/blob - src/Makefile.am
upkg: Print class name in listings.
[upkg.git] / src / Makefile.am
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 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
8 AM_LDFLAGS  = -L$(top_builddir)/lib
9
10 lib_LTLIBRARIES = libupkg.la
11 pkglib_LTLIBRARIES =
12
13 include_HEADERS = upkg.h
14 noinst_HEADERS  = pack.h
15
16 include uobject/Makefile.inc
17 include engine/Makefile.inc
18
19 libupkg_la_SOURCES = libupkg.c pack.c
20
21 bin_PROGRAMS  = upkg
22 upkg_SOURCES  = upkg.c
23 upkg_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS)
24 upkg_LDFLAGS  = $(AM_LDFLAGS) -export-dynamic
25 upkg_LDADD    = libuobject.la libupkg.la $(GLIB_LIBS) -lgnu