~registry/codeblocks/trunk

« back to all changes in this revision

Viewing changes to src/plugins/astyle/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:
11
11
 
12
12
libastyle_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
13
13
 
14
 
libastyle_la_LIBADD = ../../sdk/libcodeblocks.la \
15
 
                                ../../sdk/wxscintilla/libwxscintilla.la
 
14
libastyle_la_LIBADD = ../../sdk/libcodeblocks.la
16
15
 
17
16
libastyle_la_SOURCES = asstreamiterator.cpp \
18
17
      astyleconfigdlg.cpp \