Update Serbian translation from master branch
[wmaker-crm.git] / WINGs / WINGs / Makefile.am
blob550028beb1644cb47ba71e45153ca0698df688f3
1 ## automake input file for WINGs - Headers subdir
3 AUTOMAKE_OPTIONS =
5 # is this a kluge? if so, how should i do it?
6 includedir = @includedir@/WINGs
8 BUILT_SOURCES = WINGsP.h
9 CLEANFILES = WINGsP.h
10 include_HEADERS = WINGs.h WUtil.h
11 nodist_include_HEADERS = WINGsP.h
12 EXTRA_DIST = WINGsP.h.in
14 WINGsP.h: WINGsP.h.in $(top_builddir)/config.h
15         $(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
16                 --header "$(top_builddir)/config.h" \
17                 --filter "USE_PANGO" \
18                 -o $@  $<