WPrefs: Fix crash due to wtokenfree() memory leak fix
[wmaker-crm.git] / WINGs / WINGs / Makefile.am
blob23a122328bd3b9649a3c1633b9ec4da749bfc0c9
1 ## automake input file for WINGs - Headers subdir
3 AUTOMAKE_OPTIONS = no-dependencies
5 # is this a kluge? if so, how should i do it?
6 includedir = @includedir@/WINGs
8 include_HEADERS = WINGs.h WUtil.h WINGsP.h proplist-compat.h
10 .c.o:
11         $(QUIET)$(COMPILE) -c $<
13 .c.obj:
14         $(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
16 .c.lo:
17         $(QUIET)$(LTCOMPILE) -c -o $@ $<