aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-08-21 14:59:28 -0500
committerTed Gould <ted@gould.cx>2012-08-21 14:59:28 -0500
commit38dc14e120ae0fdc02f7f9c68276b7f1b79e460f (patch)
tree47526ff1d1fd52f4a0c790674f2cc3c9dd84af70 /configure.ac
parent0f75fe4b86d95917c6093411f0eff04bf9f07818 (diff)
parentb69205fe3f46a14f4bbdd9580e2d1e2368b09067 (diff)
downloadlightdm-remote-session-x2go-38dc14e120ae0fdc02f7f9c68276b7f1b79e460f.tar.gz
lightdm-remote-session-x2go-38dc14e120ae0fdc02f7f9c68276b7f1b79e460f.tar.bz2
lightdm-remote-session-x2go-38dc14e120ae0fdc02f7f9c68276b7f1b79e460f.zip
Adding a socket sucker C program
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d204988..b4f3885 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,10 @@ AC_INIT([lightdm-remote-session-freerdp], [0.1])
AM_INIT_AUTOMAKE([1.11 -Wno-portability])
AM_SILENT_RULES([yes])
+AC_PROG_CC
+AC_PROG_INSTALL
+AM_PROG_CC_C_O
+
###########################
# Local Install
###########################