Initial, autotools version
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
5
src/Makefile.am
Normal file
5
src/Makefile.am
Normal file
@@ -0,0 +1,5 @@
|
||||
bin_PROGRAMS = rpgserv
|
||||
AM_CFLAGS = $(MEMCACHED_CFLAGS)
|
||||
|
||||
rpgserv_SOURCES = main.c
|
||||
rpgserv_LDADD = $(MEMCACHED_LIBS)
|
6
src/main.c
Normal file
6
src/main.c
Normal file
@@ -0,0 +1,6 @@
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user