Add a little example of GAL fetching with restrictions
[tridge/openchange.git] / trunk / doc / examples / Makefile
index 54c7bf2200090496f93aa10268def435754449c8..339820b3bc3dcc9cbd14796fc4c4d151a141103c 100644 (file)
@@ -1,7 +1,8 @@
 all:   fetchappointment        \
        fetchmail               \
        mapi_sample1            \
-       multiple_notif
+       multiple_notif          \
+       fetch_addressbook
 
 clean:
        rm -f fetchappointment fetchmail mapi_sample1 multiple_notif
@@ -16,4 +17,7 @@ mapi_sample1:
                gcc mapi_sample1.c -o mapi_sample1 `pkg-config libmapi --cflags --libs`
 
 multiple_notif:
-               gcc multiple_notif.c -o multiple_notif `pkg-config libmapi --cflags --libs` -lpthread -lpopt
\ No newline at end of file
+               gcc multiple_notif.c -o multiple_notif `pkg-config libmapi --cflags --libs` -lpthread -lpopt
+
+fetch_addressbook: fetch_addressbook.c
+               gcc fetch_addressbook.c -o fetch_addressbook `pkg-config libmapi --cflags --libs`