Makefile.am revision 97cf2ee2
1if BUILD_SXPM 2 3bin_PROGRAMS = sxpm 4 5AM_CPPFLAGS = -I$(top_srcdir)/include 6AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS) 7 8sxpm_SOURCES = sxpm.c 9 10LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la 11 12if USE_GETTEXT 13noinst_DATA = sxpm.po 14 15sxpm.po: $(sxpm_SOURCES:%=$(srcdir)/%) 16 $(AM_V_GEN)xgettext -c"L10N_Comments" -d sxpm -n $(sxpm_SOURCES:%=$(srcdir)/%) 17 18CLEANFILES = sxpm.po 19endif 20endif 21 22EXTRA_DIST = \ 23 plaid_ext.xpm \ 24 plaid_mask.xpm \ 25 plaid.xpm 26