Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 300947
Collapse All | Expand All

(-)libopensync-plugin-synce-0.22.1/src/Makefile.am (-2 / +2 lines)
Lines 2-8 Link Here
2
configdir=@OPENSYNC_CONFIGDIR@
2
configdir=@OPENSYNC_CONFIGDIR@
3
formatsdir=@OPENSYNC_FORMATSDIR@
3
formatsdir=@OPENSYNC_FORMATSDIR@
4
4
5
AM_CFLAGS = -Wall -Werror @PACKAGE_CFLAGS@
5
AM_CFLAGS = @PACKAGE_CFLAGS@
6
6
7
EXTRA_DIST = synce-plugin
7
EXTRA_DIST = synce-plugin
8
8
Lines 23-27 Link Here
23
noinst_PROGRAMS = ft
23
noinst_PROGRAMS = ft
24
24
25
ft_SOURCES=	synce_file.c synce_file.h
25
ft_SOURCES=	synce_file.c synce_file.h
26
ft_CFLAGS = -DTEST_FILE -Wall -Werror @PACKAGE_CFLAGS@
26
ft_CFLAGS = -DTEST_FILE @PACKAGE_CFLAGS@
27
ft_LDADD = @PACKAGE_LIBS@ @LIBS@ @LIBSYNCE_LIBS@ @LIBRAPI2_LIBS@ @LIBRRA_LIBS@
27
ft_LDADD = @PACKAGE_LIBS@ @LIBS@ @LIBSYNCE_LIBS@ @LIBRAPI2_LIBS@ @LIBRRA_LIBS@

Return to bug 300947