Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
558 kaklik 1
bin_PROGRAMS = sonar
2
sonar_SOURCES = sonar.c
3
 
4
# set the include path found by configure
5
INCLUDES= $(all_includes)
6
 
7
# the library search path.
8
sonar_LDFLAGS = $(all_libraries)