Skip to content
Snippets Groups Projects
Makefile.am 262 B
Newer Older
  • Learn to ignore specific revisions
  • # sws is the Silly Web Server
    #
    # Original http server code contributed by Georg Horn. Heavily modified since.
    #
    
    Daniel Stenberg's avatar
    Daniel Stenberg committed
    
    AUTOMAKE_OPTIONS = foreign
    
    
    INCLUDES = -I$(top_srcdir)/lib
    
    
    Daniel Stenberg's avatar
    Daniel Stenberg committed
    noinst_PROGRAMS = sws
    
    
    sws_SOURCES= sws.c getpart.c getpart.h
    
    extra_DIST = config.h.in