bin_PROGRAMS = xhippo sysconf_DATA = xhippo.config xhippo_SOURCES = xhippo.c playlist.c callbacks.c config.c util.c xhippo.h gettext.h xhippo_LDADD = @UILIBS@ @GTK2_LIBS@ @ID3LIBS@ @I18N_LIBS@ man_MANS = xhippo.1 SUBDIRS = m4 intl po # Enable this for debugging using gdb or similar; not turned on by default, # since that prevents people from overriding it by themselves. #CFLAGS = -g -Wall -Wmissing-prototypes -Wstrict-prototypes INCLUDES = -DSYSTEMXHIPPOCONFIG=\"@sysconfdir@/xhippo.config\" -DVERSION=\"@VERSION@\" -DLOCALEDIR=\"@datadir@/locale\" @UIFLAGS@ @GTK2_CFLAGS@ @I18N_CFLAGS@ EXTRA_DIST = config.rpath README README.fvwm2 BUGS xhippo.gtkrc xhippo.xpm xhippo.1 xhippo.config dist-hook: make -C doc clean all make -C doc distclean cp -a $(srcdir)/doc $(distdir)/doc ACLOCAL_AMFLAGS = -I m4