]> git.decadent.org.uk Git - ap-utils.git/blob - Makefile.am
Finalise 1.5-1
[ap-utils.git] / Makefile.am
1 #
2 #      Makefile.am from Access Point SNMP Utils for Linux
3 #
4 #  Copyright (c) 2002 Roman Festchook <roma at polesye dot net>
5 #
6 #  This program is free software; you can redistribute it and/or modify
7 #  it under the terms of the GNU General Public License Version 2 from
8 #  June 1991 as published by the Free Software Foundation.
9 #
10 #  This program is distributed in the hope that it will be useful, but
11 #  WITHOUT ANY WARRANTY; without even the implied warranty of
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 #  GNU General Public License for more details.
14 #
15 #  You should have received a copy of the GNU General Public License along
16 #  with this program; if not, write to the Free Software Foundation, Inc.,
17 #  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 #
19
20 ## Process this file with automake to produce Makefile.in
21
22 SUBDIRS = lib src ap-gl Documentation intl po
23
24 AUTOMAKE_OPTIONS = gnu 
25
26 EXTRA_DIST = config/* ap-utils.spec
27
28 dist-hook:
29         rm -f $(distdir)/po/*.gmo
30         -chmod -R a+r $(distdir)
31         tar chof $(distdir).tar $(distdir)
32         bzip2 -v9f $(distdir).tar