WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / gtk / Makefile.am
blob19050d9166c9193e18624166214b9dcc4cd7abfc
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
4 SUBDIRS = src po
6 ghbdocdir = ${prefix}/share/doc/ghb
8 EXTRA_DIST = $(ghbdoc_DATA)
10 # Copy all the spec files. Of cource, only one is actually used.
11 dist-hook:
12         for specfile in *.spec; do \
13                 if test -f $$specfile; then \
14                         cp -p $$specfile $(distdir); \
15                 fi \
16         done