Makefile.am (paps-0.6.8) | : | Makefile.am (paps-0.7.1) | ||
---|---|---|---|---|
man_MANS = paps.1 | man_MANS = paps.1 | |||
lib_LIBRARIES = libpaps.a | ||||
libpaps_a_SOURCES = libpaps.c | ||||
libpaps_a_inc_HEADERS = libpaps.h | ||||
libpaps_a_incdir = $(includedir) | ||||
bin_PROGRAMS = paps | bin_PROGRAMS = paps | |||
paps_CFLAGS = -Wall | paps_CFLAGS = $(WARN_CFLAGS) $(PANGO_CFLAGS) | |||
paps_SOURCES = paps.c | paps_SOURCES = paps.c | |||
paps_LDADD = $(lib_LIBRARIES) $(all_libraries) | paps_LDADD = $(WARN_LDFLAGS) $(PANGO_LIBS) $(lib_LIBRARIES) $(all_libraries) | |||
paps_LDFLAGS = `pkg-config --libs pangoft2` | ||||
paps_DEPENDENCIES = $(lib_LIBRARIES) | paps_DEPENDENCIES = $(lib_LIBRARIES) | |||
EXTRA_DIST = test_libpaps.c paps.1 | AM_CPPFLAGS = -DGETTEXT_PACKAGE='"$(GETTEXT_PACKAGE)"' -DDATADIR='"$(datadir)"' | |||
# set the include path found by configure | EXTRA_DIST = paps.1 | |||
INCLUDES= $(all_includes) `pkg-config --cflags pangoft2` | ||||
# Test program | -include $(top_srcdir)/git.mk | |||
noinst_PROGRAMS = test_libpaps | ||||
test_libpaps_SOURCES = test_libpaps.c | ||||
test_libpaps_LDADD = $(lib_LIBRARIES) $(all_libraries) | ||||
test_libpaps_LDFLAGS = `pkg-config --libs pangoft2` | ||||
test_libpaps_DEPENDENCIES = $(lib_LIBRARIES) | ||||
End of changes. 6 change blocks. | ||||
10 lines changed or deleted | 4 lines changed or added |