Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2980 in orxonox.OLD for orxonox/trunk/console/Makefile.am


Ignore:
Timestamp:
Nov 25, 2004, 11:28:18 AM (20 years ago)
Author:
bensch
Message:

orxonox/truk: configure.ac/makefile.am's better now. more dynamic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/console/Makefile.am

    r2589 r2980  
    1 AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
    2 #AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
     1AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS)
     2AM_LDFLAGS=$(GTK2_LIBS)
    33
    44bin_PROGRAMS=console
Note: See TracChangeset for help on using the changeset viewer.