Kaydet (Commit) d9b7ae92 authored tarafından Nick Treleaven's avatar Nick Treleaven

Fix missing tagmanager/mio/makefile.win32 in EXTRA_DIST.

Include makefile.win32 in EXTRA_DIST recursively, not at top-level.



git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@6013 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 75da162c
......@@ -2,6 +2,10 @@
* doc/Makefile.am, doc/makefile.win32:
Add doc/makefile.win32 for docs generation.
* scintilla/Makefile.am, src/Makefile.am,
tagmanager/mio/Makefile.am, tagmanager/Makefile.am, Makefile.am:
Fix missing tagmanager/mio/makefile.win32 in EXTRA_DIST.
Include makefile.win32 in EXTRA_DIST recursively, not at top-level.
2011-10-06 Colomban Wendling <colomban(at)geany(dot)org>
......
......@@ -9,10 +9,7 @@ ACLOCAL_AMFLAGS = -I m4
WIN32_BUILD_FILES = \
geany_private.rc \
win32-config.h \
makefile.win32 \
scintilla/makefile.win32 \
tagmanager/makefile.win32 \
src/makefile.win32
makefile.win32
SYS_DATA_FILES = \
data/c99.tags \
......
......@@ -126,4 +126,5 @@ marshallers: gtk/scintilla-marshal.list
glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --header > gtk/scintilla-marshal.h
glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --body > gtk/scintilla-marshal.c
EXTRA_DIST=gtk/scintilla-marshal.list License.txt README version.txt
EXTRA_DIST=gtk/scintilla-marshal.list License.txt README version.txt \
makefile.win32
......@@ -3,7 +3,8 @@
EXTRA_DIST = images.c gb.c win32.c win32.h plugindata.h \
documentprivate.h filetypesprivate.h pluginprivate.h projectprivate.h
documentprivate.h filetypesprivate.h pluginprivate.h projectprivate.h \
makefile.win32
bin_PROGRAMS = geany
......
......@@ -7,7 +7,8 @@ INCLUDES = -I$(srcdir)/include $(GTK_CFLAGS) -I$(srcdir)/mio -I$(srcdir)
AM_CFLAGS = -DG_LOG_DOMAIN=\""Tagmanager"\"
# regex.c is the GNU regex implementation needed for Windows
EXTRA_DIST = regex.c
EXTRA_DIST = regex.c \
makefile.win32
noinst_LIBRARIES = libtagmanager.a
......
......@@ -10,4 +10,5 @@ libmio_a_SOURCES = mio.c
EXTRA_DIST = \
mio.h \
mio-file.c \
mio-memory.c
mio-memory.c \
makefile.win32
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment