X-Git-Url: http://git.jankratochvil.net/?p=lufs.git;a=blobdiff_plain;f=filesystems%2Fsshfs%2FMakefile.am;fp=filesystems%2Fsshfs%2FMakefile.am;h=0be2fbd025eefa0b7a5cd815065a6ec05506176f;hp=5b2fe827cd340068f2450da98118d77152d4e700;hb=b470e3916b97c774186128a385e47d0b2ace2e59;hpb=3de67060dd5e3f542e57177e3bdb186790be5168 diff --git a/filesystems/sshfs/Makefile.am b/filesystems/sshfs/Makefile.am index 5b2fe82..0be2fbd 100644 --- a/filesystems/sshfs/Makefile.am +++ b/filesystems/sshfs/Makefile.am @@ -1,7 +1,7 @@ -CXXFLAGS:= -O2 -Wall -DSSHPROG=\"@SSHPROG@\" @DEBUG_FLAGS@ +AM_CXXFLAGS:= -O2 -Wall -DSSHPROG=\"@SSHPROG@\" @DEBUG_FLAGS@ INCLUDES=-I../ @all_includes@ -lib_LTLIBRARIES=liblufs-sshfs.la +lib_LTLIBRARIES = liblufs-sshfs.la noinst_HEADERS=sshfs.h sftplib.h liblufs_sshfs_la_SOURCES=sshfs.cpp sftplib.cpp