diff options
| author | MenTaLguY <mental@rydia.net> | 2006-08-06 19:39:49 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-08-06 19:39:49 +0000 |
| commit | 6b89d55270299ca63b3d5f516538afc98a1adfed (patch) | |
| tree | b7e0b086e761f274102b1553b9a566b9efc8e8af | |
| parent | Embed bitmap images (with transparency). No compression yet. Best used for sm... (diff) | |
| download | inkscape-6b89d55270299ca63b3d5f516538afc98a1adfed.tar.gz inkscape-6b89d55270299ca63b3d5f516538afc98a1adfed.zip | |
add foreign option for automake, so it will not complain about missing ChangeLog
(bzr r1566)
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 64f429c7a..3ab9b0f21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = foreign + SUBDIRS = src doc share po appicondir = $(datadir)/pixmaps |
