~registry/codeblocks/trunk

« back to all changes in this revision

Viewing changes to src/sdk/wxFlatNotebook/Makefile.am

  • Committer: mandrav
  • Date: 2006-07-09 21:52:39 UTC
  • Revision ID: svn-v4:98b59c6a-2706-0410-b7d6-d2fa1a1880c9:trunk:2720
* Removed AddLanguagePage() from wizards and replaced it with AddGenericSingleChoiceList().
* Added OnGetNextPage and OnGetPrevPage script events for wizard pages.
* Autotools' "make install" now installs the SDK headers.
* Fixed a couple of broken Makefile.am.
* Changed autorevision executable to not break standalone builds (i.e. not svn working copies).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
INCLUDES = $(WX_CXXFLAGS)
2
2
 
 
3
sdkdir=$(includedir)/codeblocks/wxFlatNotebook
 
4
 
3
5
noinst_LTLIBRARIES = libwxflatnotebook.la
4
6
 
5
7
libwxflatnotebook_la_SOURCES = wxFlatNotebook.cpp
6
 
noinst_HEADERS = wxFNBDropTarget.h wxFlatNotebook.h
 
8
sdk_HEADERS = wxFNBDropTarget.h wxFlatNotebook.h
7
9
noinst_DATA = AUTHORS README README.patch cb_wxfn.patch
8
 
EXTRADIST = AUTHORS README README.patch cb_wxfn.patch
 
10
EXTRA_DIST = AUTHORS README README.patch cb_wxfn.patch