diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2006-01-18 01:31:00 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2006-01-18 01:31:00 +0000 |
| commit | 868ce0acf9b570870c4d24bc0b7e21f018f185a7 (patch) | |
| tree | 8832b64bfa863a6a2b11a440fc57539a8c6bb311 /main/Makefile.am | |
| parent | 64aaac1ba50192158d55465e9515e9692c1c2580 (diff) | |
| download | enigma2-868ce0acf9b570870c4d24bc0b7e21f018f185a7.tar.gz enigma2-868ce0acf9b570870c4d24bc0b7e21f018f185a7.zip | |
use autodetected python flags
Diffstat (limited to 'main/Makefile.am')
| -rw-r--r-- | main/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am index 33e6f34f..bcf99ca5 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -27,7 +27,7 @@ enigma2_LDADD = \ @SIGC_LIBS@ \ @DVBSI_LIBS@ \ @FRIBIDI_LIBS@ \ - -ldl -lpthread -lcrypt -lresolv -lpython2.4 + -ldl -lpthread -lcrypt -lresolv enigma2$(EXEEXT): $(enigma2_OBJECTS) $(enigma2_DEPENDENCIES) $(enigma2_LDADD_WHOLE) # @rm -f enigma2$(EXEEXT) |
