diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 01:14:01 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 01:14:01 +0000 |
| commit | 9b389b95fffb2a5827d5dd216152f3f9c3c91176 (patch) | |
| tree | 5110bf55e68dee4b60030f2008a7127ff347c065 /src | |
| parent | Kill factory.h (diff) | |
| download | inkscape-9b389b95fffb2a5827d5dd216152f3f9c3c91176.tar.gz inkscape-9b389b95fffb2a5827d5dd216152f3f9c3c91176.zip | |
Restore libinkscape.a
(bzr r13939.1.4)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8fb7e23ef..1945c6f12 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,7 @@ endif noinst_LIBRARIES = \ + libinkscape.a \ libcroco/libcroco.a \ libavoid/libavoid.a \ $(internal_GDL) \ @@ -194,13 +195,13 @@ DISTCLEANFILES = \ # ################################################ # this should speed up the build -#libinkscape_a_SOURCES = $(ink_common_sources) +libinkscape_a_SOURCES = $(ink_common_sources) -inkscape_SOURCES += main.cpp $(ink_common_sources) $(win32_sources) +inkscape_SOURCES += main.cpp $(win32_sources) inkscape_LDADD = $(all_libs) inkscape_LDFLAGS = $(kdeldflags) $(mwindows) -inkview_SOURCES += inkview.cpp $(ink_common_sources) $(win32_sources) +inkview_SOURCES += inkview.cpp $(win32_sources) inkview_LDADD = $(all_libs) inkview_LDFLAGS = $(mwindows) |
