Makefile.am
author Mikael Hallendal <micke@imendio.com>
Sat, 11 Oct 2008 14:47:23 +0200
changeset 525 0499e563dbdf
parent 397 5e2ad0e0704a
child 526 1693ef85e347
permissions -rw-r--r--
Moved Makefile.decl to build sub directory and created a Makefile.am.lm All Makefile's should include the new Makefile.am.lm which in turns includes common and test Makefiles.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
525
0499e563dbdf Moved Makefile.decl to build sub directory and created a Makefile.am.lm
Mikael Hallendal <micke@imendio.com>
parents: 397
diff changeset
     1
include $(top_srcdir)/build/Makefile.am.lm
397
5e2ad0e0704a Migrated test suite to GLib unit test framework
Mikael Hallendal <micke@imendio.com>
parents: 142
diff changeset
     2
131
f67d47083e3a 2006-03-20 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 111
diff changeset
     3
SUBDIRS = loudmouth docs examples tests
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     4
397
5e2ad0e0704a Migrated test suite to GLib unit test framework
Mikael Hallendal <micke@imendio.com>
parents: 142
diff changeset
     5
EXTRA_DIST +=			\
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     6
	loudmouth-1.0.pc.in     \
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     7
        loudmouth.spec          \
52
d68e08314049 2003-11-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 1
diff changeset
     8
	loudmouth.spec.in       \
111
802ff5f83217 2005-03-31 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 110
diff changeset
     9
	CONTRIBUTORS            \
52
d68e08314049 2003-11-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 1
diff changeset
    10
	README.WIN32
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    11
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    12
pkgconfigdir = $(libdir)/pkgconfig
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    13
pkgconfig_DATA = loudmouth-1.0.pc
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    14
142
f8b4c3dc5630 2006-04-19 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 131
diff changeset
    15
DISTCHECK_CONFIGURE_FLAGS =     \
f8b4c3dc5630 2006-04-19 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 131
diff changeset
    16
	--enable-gtk-doc
f8b4c3dc5630 2006-04-19 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 131
diff changeset
    17