autotools: Remove useless declaration
There is no need for tricking Automake to use the C++ linker to link the main executable anymore, this is done for libgeany now.
This commit is contained in:
parent
e61948adbd
commit
4e02f58847
@ -117,7 +117,6 @@ libgeany_la_LIBADD = \
|
|||||||
$(INTLLIBS)
|
$(INTLLIBS)
|
||||||
|
|
||||||
# tell automake we have a C++ file so it uses the C++ linker we need for Scintilla
|
# tell automake we have a C++ file so it uses the C++ linker we need for Scintilla
|
||||||
nodist_EXTRA_geany_SOURCES = dummy.cxx
|
|
||||||
nodist_EXTRA_libgeany_la_SOURCES = dummy1.cxx
|
nodist_EXTRA_libgeany_la_SOURCES = dummy1.cxx
|
||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user