A bit of distribution/makefiles things.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
## Purpose: The automake makefile for wxWindows (src/gtk subdirectory)
|
||||
## Author: Phil Blecker, Vadim Zeitlin
|
||||
## Author: Phil Blecker, Vadim Zeitlin, Robert Roebling
|
||||
## Version: $Id$
|
||||
##
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3
|
||||
AUTOMAKE_OPTIONS = 1.3
|
||||
# no-dependencies
|
||||
|
||||
SUFFIXES = .cpp .c
|
||||
@@ -19,6 +19,12 @@ EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}"
|
||||
lib_LTLIBRARIES = @WX_LIBRARY_NAME@
|
||||
EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la libwx_msw.la
|
||||
|
||||
# empty Motif library
|
||||
libwx_motif_la_SOURCES =
|
||||
|
||||
# empty MSW/WINE library
|
||||
libwx_msw_la_SOURCES =
|
||||
|
||||
# these are the common files which always make part of the library
|
||||
libwx_gtk_la_SOURCES = \
|
||||
\
|
||||
|
Reference in New Issue
Block a user