OSDN Git Service

LinGui: fix crash at start of a 2 pass encode
[handbrake-jp/handbrake-jp-git.git] / gtk / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
3
4 SUBDIRS = src po
5
6 ghbdocdir = ${prefix}/share/doc/ghb
7 ghbdoc_DATA = \
8         ChangeLog
9
10 EXTRA_DIST = $(ghbdoc_DATA)
11
12 # Copy all the spec files. Of cource, only one is actually used.
13 dist-hook:
14         for specfile in *.spec; do \
15                 if test -f $$specfile; then \
16                         cp -p $$specfile $(distdir); \
17                 fi \
18         done
19