summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel P. Berrange <dan@berrange.com>2011-07-01 16:12:20 +0100
committerDaniel P. Berrange <dan@berrange.com>2011-07-01 16:12:20 +0100
commitf3fa999769afbd1463597b5cb0483f5072ce66d8 (patch)
tree2010ab44a3439d5d41dfc7d2688795ffd99f8d23 /configure.ac
parentcfdc8055beb83f58cb23bccb739c68ce47b00e64 (diff)
Introduce standard naming convention to files & methods
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 004dd70..b1d3377 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(virt-viewer, 0.3.1)
-AC_CONFIG_SRCDIR(src/main.c)
+AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
AM_CONFIG_HEADER(config.h)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])