wxmppd/src/Makefile.am

5 lines
162 B
Makefile
Raw Permalink Normal View History

2011-01-25 14:51:07 +00:00
bin_PROGRAMS = wxmppd
wxmppd_SOURCES = wxmppd.c configfiles.c modules.c
AM_CFLAGS = -Wall -O2
2011-01-25 14:51:07 +00:00
AM_CPPFLAGS = -DSYSCONFDIR='"$(sysconfdir)"' -DLIBDIR='"$(libdir)"'