]> the.earth.li Git - onak.git/blobdiff - CMakeLists.txt
Move the CGI specific routines into cgi/ and split out UID escaping
[onak.git] / CMakeLists.txt
index 30e592969cf60199ed72c82085e098c5fcbfff38..acacb34a2a510aa58f5d98d92073419b2a7764ed 100644 (file)
@@ -51,7 +51,7 @@ endif()
 
 # Core objects
 add_library(libonak STATIC armor.c charfuncs.c cleankey.c cleanup.c decodekey.c
-       getcgi.c hash.c hash-helper.c key-store.c keyarray.c keyid.c keyindex.c
+       hash.c hash-helper.c key-store.c keyarray.c keyid.c keyindex.c
        ll.c log.c marshal.c mem.c merge.c onak-conf.c parsekey.c photoid.c
        rsa.c sigcheck.c sendsync.c sha1x.c wordlist.c)
 set(LIBONAK_LIBRARIES "")