Skip to content

Commit

Permalink
[FreetuxTV] Correct compilation with GCC 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eric.beuque committed May 1, 2012
1 parent 63fc982 commit 6a85eea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/lib/

AM_CFLAGS =\
-Wall\
-g
-Wall

bin_PROGRAMS = freetuxtv

Expand Down Expand Up @@ -75,8 +74,7 @@ freetuxtv_SOURCES = \
lib-m3uparser.h \
main.c

freetuxtv_LDFLAGS = \
-Wl
freetuxtv_LDFLAGS =

freetuxtv_LDADD = $(FREETUXTV_LDFLAGS) \
../lib/libvlc-gtk/libvlc-gtk.la \
Expand Down

0 comments on commit 6a85eea

Please sign in to comment.