Browse Source

Merge pull request #14 from metalefty/module-config

use config_ac.h for our config.h
pull/17/head v0.1
metalefty 6 years ago
committed by GitHub
parent
commit
ff2800b233
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      .gitignore
  2. +2
    -2
      configure.ac

+ 2
- 2
.gitignore View File

@ -1,5 +1,5 @@
module-config.h
module-config.h.in
config_ac.h
config_ac.h.in
build-aux/*
.deps/
.libs/


+ 2
- 2
configure.ac View File

@ -3,8 +3,8 @@
AC_PREREQ([2.65])
AC_INIT([pulseaudio-module-xrdp], [0.1], [xrdp-devel@googlegroups.com])
# specify module-config.h so we don't collide with pulseaudio's config.h
AC_CONFIG_HEADERS([module-config.h])
# specify config_ac.h so we don't collide with pulseaudio's config.h
AC_CONFIG_HEADERS([config_ac.h])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4])


Loading…
Cancel
Save