[geany/geany] b2ba6c: autotools: Cleanup makefile a little

Colomban Wendling git-noreply at xxxxx
Fri Apr 10 14:16:19 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 10 Apr 2015 14:16:19 UTC
Commit:      b2ba6c84d51890ce9366c6620f5a48ba720d14a1
             https://github.com/geany/geany/commit/b2ba6c84d51890ce9366c6620f5a48ba720d14a1

Log Message:
-----------
autotools: Cleanup makefile a little


Modified Paths:
--------------
    src/Makefile.am

Modified: src/Makefile.am
4 lines changed, 0 insertions(+), 4 deletions(-)
===================================================================
@@ -3,7 +3,6 @@
 
 EXTRA_DIST = \
 	gb.c \
-	win32.c win32.h \
 	plugindata.h \
 	documentprivate.h \
 	filetypesprivate.h \
@@ -29,7 +28,6 @@ geany_SOURCES = main.c
 geany_LDADD = libgeany.la $(GTK_LIBS) $(GTHREAD_LIBS) $(INTLLIBS)
 
 geany_includedir = $(includedir)/geany
-
 geany_include_HEADERS = \
 	app.h \
 	build.h \
@@ -139,9 +137,7 @@ geany_private.res: $(top_srcdir)/geany_private.rc
 	$(WINDRES) -i $(top_srcdir)/geany_private.rc --input-format=rc -o $@ -O coff
 
 libgeany_la_SOURCES += win32.c win32.h
-
 libgeany_la_LIBADD  += -lole32 -lwsock32 -lcomdlg32
-
 libgeany_la_LDFLAGS += -Wl,-luuid -mwindows -mms-bitfields -no-undefined
 
 CLEANFILES += geany_private.res



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list