## Process this file with automake to produce Makefile.in

## AM_CPPFLAGS = $(BINRELOC_CFLAGS)

AM_CFLAGS = $(BINRELOC_CFLAGS)

INCLUDES = \
	-DPREFIX=\"@prefix@\" -DDATADIR=\"@datadir@\" -DBINDIR=\"@bindir@\" \
	-DLOCALEDIR=\"@datadir@/locale\" @GTK_CFLAGS@

bin_PROGRAMS = pureadmin

pureadmin_SOURCES = \
	main.c globals.h \
	mainwin.c mainwin.h \
	mainwin_cb.c usr_manager_cb.c \
	srv_comm.c  srv_comm.h \
	gui_helper.c gui_helper.h \
	usr_manager.c usr_manager.h \
	helper.c helper.h \
	prefwin.c prefwin.h \
	cfg.c cfg.h \
	logfile.c logfile.h \
	dirbrowser.c dirbrowser.h \
	helpview.c helpview.h \
	famwrap.c famwrap.h \
	debugging.c debugging.h \
	binreloc.c binreloc.h \
	suexec.c suexec.h \
	purepw.c purepw.h \
	prereq_usrmanager.c prereq_usrmanager.h \
	system_accounts.c system_accounts.h \
	eggstatusicon.c eggstatusicon.h \
	eggmarshalers.c eggmarshalers.h \
	eggtrayicon.c eggtrayicon.h

pureadmin_CFLAGS = -std=gnu99 -Wall 

pureadmin_LDFLAGS = -export-dynamic

pureadmin_LDADD = @GTK_LIBS@ $(INTLLIBS) @BINRELOC_LIBS@



syntax highlighted by Code2HTML, v. 0.9.1