wxmppd/src/Makefile.am

5 lines
162 B
Makefile

bin_PROGRAMS = wxmppd
wxmppd_SOURCES = wxmppd.c configfiles.c modules.c
AM_CFLAGS = -Wall -O2
AM_CPPFLAGS = -DSYSCONFDIR='"$(sysconfdir)"' -DLIBDIR='"$(libdir)"'