OSDN Git Service

CLI: Sanity check audio options in HandBrakeCLI to prevent NULL dereferences when...
[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         README\
9         COPYING\
10         AUTHORS\
11         ChangeLog\
12         INSTALL\
13         NEWS
14
15 EXTRA_DIST = $(ghbdoc_DATA)
16
17 # Copy all the spec files. Of cource, only one is actually used.
18 dist-hook:
19         for specfile in *.spec; do \
20                 if test -f $$specfile; then \
21                         cp -p $$specfile $(distdir); \
22                 fi \
23         done
24