summaryrefslogtreecommitdiff
path: root/native/jni/gconf-peer/Makefile.am
blob: 1c8c4a147ddb97814b721e3287ad01839e469a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
nativeexeclib_LTLIBRARIES = libgconfpeer.la

libgconfpeer_la_SOURCES = GConfNativePeer.c

libgconfpeer_la_LIBADD = $(top_builddir)/native/jni/classpath/native_state.lo \
                       $(top_builddir)/native/jni/classpath/jcl.lo

libgconfpeer_la_LDFLAGS = -avoid-version

AM_LDFLAGS = @CLASSPATH_MODULE@ @GCONF_LIBS@ @GDK_LIBS@

AM_CPPFLAGS = @CLASSPATH_INCLUDES@

AM_CFLAGS = @WARNING_CFLAGS@ @ERROR_CFLAGS@ @GCONF_CFLAGS@ @GDK_CFLAGS@