~ubuntu-branches/ubuntu/utopic/esorex/utopic

« back to all changes in this revision

Viewing changes to .pc/fix-autotools.patch/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2012-05-11 12:00:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120511120000-4uz6r3lrod1dkly5
Tags: 3.9.6-1
* New upstream version
* Add Multi-Arch default plugin directory
* Set DM-Upload-Allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
AUTOMAKE_OPTIONS = 1.8 foreign
22
22
 
23
 
ACLOCAL_AMFLAGS = -I m4macros
 
23
ACLOCAL_AMFLAGS = -I m4
24
24
 
25
25
DISTCLEANFILES = *~
26
26
 
32
32
 
33
33
SUBDIRS = $(COMPILE_FIRST) $(TOPSUBDIRS) $(COMPILE_LAST)
34
34
 
35
 
EXTRA_DIST = BUGS m4macros/cpl.m4 m4macros/eso.m4 m4macros/purify.m4 admin/html.am \
 
35
EXTRA_DIST = BUGS m4/cpl.m4 m4/eso.m4 m4/purify.m4 admin/html.am \
36
36
        doxygen/Doxyfile.in examples
37
37
 
38
38