File: Makefile.am

package info (click to toggle)
gphotofs 0.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 456 kB
  • ctags: 45
  • sloc: sh: 865; ansic: 478; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = dist-bzip2

bin_PROGRAMS = gphotofs
gphotofs_SOURCES = gphotofs.c
gphotofs_CPPFLAGS = -DFUSE_USE_VERSION=22 $(FUSE_CFLAGS)
gphotofs_LDADD = $(FUSE_LIBS)