aboutsummaryrefslogblamecommitdiff
path: root/Makefile.am
blob: f69621fb2a771e738653aecaa0d034170a2bf106 (plain) (tree)
1
2
3
4
5
6
7
8
  
                       
  

                                                 

  
                                     







                       
              

                       

               
                 

                       
                        

                       




                                                                              
##
## Author: Lasse Collin
##
## This file has been put into the public domain.
## You can do whatever you want with this file.
##

DIST_SUBDIRS = lib src po tests debug
SUBDIRS =

if COND_GNULIB
SUBDIRS += lib
endif

SUBDIRS += src po tests

EXTRA_DIST = \
	config.rpath  \
	Doxyfile.in \
	extra \
	doc \
	windows \
	COPYING.GPLv2 \
	COPYING.GPLv3 \
	COPYING.LGPLv2.1

ACLOCAL_AMFLAGS = -I m4

# This works with GNU tar and gives cleaner package than normal 'make dist'.
mydist:
	TAR_OPTIONS='--owner=0 --group=0 --numeric-owner --mode=u+rw,go+r-w' \
		$(MAKE) dist-gzip